home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / circuits / irsim-ca.2 / irsim-ca / irsim-cap-9.2 / src / irsim / MAKEFILE < prev    next >
Text File  |  1995-11-03  |  3KB  |  124 lines

  1. SRCS = access.c binsim.c cad_dir.c config.c conn_list.c eval.c fio.c hist.c hist_io.c intr.c incsim.c mem.c netupdate.c network.c newrstep.c nsubrs.c parallel.c prints.c rsim.c sched.c sim.c sstep.c stack.c tpos.c usage.c version.c
  2. OBJS = access.o binsim.o cad_dir.o config.o conn_list.o eval.o fio.o hist.o hist_io.o intr.o incsim.o mem.o netupdate.o network.o newrstep.o nsubrs.o parallel.o prints.o rsim.o sched.o sim.o sstep.o stack.o tpos.o usage.o version.o
  3. HDSR = ../include/net.h
  4. LIBS = $(XLIB) -lm
  5. SYSF =
  6. CSW = -O
  7. X = 11
  8. CDIRS = -I../include
  9. CFLAGS = $(CDIRS) $(CSW) $(SYSF)
  10. irsim : spiketbl.c stables.c $(OBJS) ../ana$(X)/ana.o
  11.     cc $(CFLAGS) -o irsim $(OBJS) ../ana$(X)/ana.o $(LIBS)
  12. $(SRCS) gentbl.c genspktbl.c : 
  13.     co $@
  14. stables.c : gentbl
  15.     gentbl
  16. gentbl : gentbl.c
  17.     cc $(CFLAGS) -o gentbl gentbl.c
  18. spiketbl.c : genspktbl
  19.     genspktbl spiketbl.c
  20. genspktbl : genspktbl.c
  21.     cc -o genspktbl genspktbl.c -lm
  22. version.o: \
  23.     ../include/defs.h
  24. usage.o: \
  25.     ../include/defs.h
  26. tpos.o: \
  27.     ../include/defs.h \
  28.     ../include/net.h \
  29.     globals.h
  30. stack.o: \
  31.     ../include/defs.h \
  32.     ../include/net.h \
  33.     globals.h \
  34.     ../include/net_macros.h
  35. sstep.o: \
  36.     ../include/net.h \
  37.     ../include/defs.h \
  38.     globals.h \
  39.     stables.c
  40. sim.o: \
  41.     ../include/defs.h \
  42.     ../include/net.h \
  43.     globals.h \
  44.     ../include/net_macros.h
  45. sched.o: \
  46.     ../include/defs.h \
  47.     ../include/net.h \
  48.     globals.h \
  49.     ../include/ASSERT.h
  50. rsim.o: \
  51.     ../include/defs.h \
  52.     ../include/net.h \
  53.     globals.h
  54. prints.o: \
  55.     ../include/defs.h
  56. parallel.o: \
  57.     ../include/defs.h \
  58.     ../include/net.h \
  59.     globals.h \
  60.     ../include/net_macros.h
  61. nsubrs.o: \
  62.     ../include/defs.h \
  63.     ../include/net.h \
  64.     globals.h
  65. newrstep.o: \
  66.     ../include/defs.h \
  67.     ../include/net.h \
  68.     globals.h \
  69.     spiketbl.c
  70. network.o: \
  71.     ../include/defs.h \
  72.     ../include/net.h \
  73.     globals.h
  74. netupdate.o: \
  75.     ../include/defs.h \
  76.     ../include/net.h \
  77.     globals.h \
  78.     ../include/net_macros.h
  79. mem.o: \
  80.     ../include/defs.h
  81. incsim.o: \
  82.     ../include/defs.h \
  83.     ../include/net.h \
  84.     globals.h
  85. intr.o: \
  86.     ../include/defs.h
  87. hist_io.o: \
  88.     ../include/defs.h \
  89.     ../include/net.h \
  90.     ../include/ASSERT.h \
  91.     ../include/bin_io.h \
  92.     globals.h
  93. hist.o: \
  94.     ../include/defs.h \
  95.     ../include/net.h \
  96.     ../include/ASSERT.h \
  97.     globals.h
  98. fio.o: \
  99.     ../include/defs.h
  100. eval.o: \
  101.     ../include/defs.h \
  102.     ../include/net.h \
  103.     globals.h
  104. conn_list.o: \
  105.     ../include/defs.h \
  106.     ../include/net.h \
  107.     ../include/net_macros.h \
  108.     ../include/ASSERT.h \
  109.     globals.h
  110. config.o: \
  111.     ../include/defs.h \
  112.     ../include/net.h \
  113.     globals.h
  114. cad_dir.o: \
  115.     ../include/defs.h
  116. binsim.o: \
  117.     ../include/defs.h \
  118.     ../include/net.h \
  119.     globals.h \
  120.     ../include/bin_io.h \
  121.     ../include/net_macros.h
  122. access.o: \
  123.     ../include/defs.h
  124.